KeyDictionary.IDictionary<XmlQualifiedName, IList<Key>>.Values PropertyKeyDictionary.IDictionary(Of XmlQualifiedName, IList(Of Key)).Values PropertyKeyDictionary::IDictionary<XmlQualifiedName, IList<Key>>::Values Property
- XmlPrime 4.1
- Other Versions ▼
Syntax
Private ReadOnly Property Values As ICollection(Of IList(Of Key)) _ Implements IDictionary.Values Get
private ICollection<IList<Key>> System.Collections.Generic.IDictionary<TKey, TValue>.Values { get; }
private: property ICollection<IList<Key^>^>^ Values { virtual ICollection<IList<Key^>^>^ System.Collections.Generic::IDictionary<TKey, TValue>::get() sealed; }